gdkwin32surface.[c|h]: Clean up code a bit
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 2 Feb 2021 08:45:45 +0000 (16:45 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 2 Feb 2021 09:36:32 +0000 (17:36 +0800)
commit652b892fc1c44530a7bac7dd95cfbe43c6b43888
tree07af2e77eb5154f010e0dd971d69bc474ba3a051
parent3d85d53e5d2297ebe70c77b646e014ac6641137d
gdkwin32surface.[c|h]: Clean up code a bit

Remove the 'resized' member from the GdkWin32Surface structure, as we already
have a structure with a member that keeps track of whether a surface is being
resized, so we can just use that and avoid some confusion in the process
gdk/win32/gdksurface-win32.c
gdk/win32/gdksurface-win32.h